Conditional execution is a fundamental technique in all computer programming and most computing languages have an if statement. The if and if else statements in R are similar to those in other languages and are fairly straight-forward. Nevertheless, there are small peculiarities of these statements in R and they are of such great importance and ubiquity that they are worth spending some time on. Therefore, this video, which introduces and illustrates the if and if-else statements, is essential viewing.